dom.applyFontMarkup()
Availability
3.0
Description
Applies the
FONT
tag and the specified attribute and value to the current selection.
Arguments
attribute, value
The first argument must be
"face"
,
"size"
, or
"color"
.
The second argument is the value that should be assigned to the attribute; for example,
"Arial, Helvetica, sans-serif"
,
"5"
, or
"#FF0000"
.
Returns
Nothing.
Enabler
None.